MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / CopyTo Method / CopyTo(T[],Int32) Method
The array to which it is copied.
The zero-based index in values at which copying begins.

In This Topic
CopyTo(T[],Int32) Method
In This Topic
Copies an array of page objects to the pages collection from the specified index.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal values() As T, _
   ByVal index As Integer _
) 
 

Parameters

values
The array to which it is copied.
index
The zero-based index in values at which copying begins.
See Also